home *** CD-ROM | disk | FTP | other *** search
- {
- public void init()
- {
- //Add your code here
- }
-
- public void start()
- {
- //Add your code here
- }
-
- public void stop()
- {
- //Add your code here
- }
-
- public void destroy()
- {
- //Add your code here
- }
-
- public void run()
- {
- //Add your code here
- }
-
- public void paint(Graphics g)
- {
- //Add your code here
- }
-
- }
-